home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / D_E / DPUPDATE.ZIP / GO.BAT next >
DOS Batch File  |  1995-10-20  |  188b  |  13 lines

  1. @echo off
  2. cls
  3. echo.deleting old files...
  4. del a:\r*.*
  5. echo.
  6. echo.creating new update disk...
  7. echo.
  8. copy update.exe a:
  9. copy install.bat a:
  10. echo.
  11. echo.Update disk complete.
  12. echo.
  13.